home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
CHIP
/
Porady
/
Srodowisko PHP-MySQL
/
ACTIVESTATE PERL ADD-ON
/
PERL_add-on.exe
/
{app}
/
perl
/
lib
/
less.pm
< prev
next >
Wrap
Text File
|
2004-06-01
|
398b
|
26 lines
package less;
our $VERSION = '0.01';
=head1 NAME
less - perl pragma to request less of something from the compiler
=head1 SYNOPSIS
use less; # unimplemented
=head1 DESCRIPTION
Currently unimplemented, this may someday be a compiler directive
to make certain trade-offs, such as perhaps
use less 'memory';
use less 'CPU';
use less 'fat';
=cut
1;